projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33182c8
)
(pop3-md5): Don't hardcode point-min == 1.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 8 Apr 2002 22:54:56 +0000
(22:54 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 8 Apr 2002 22:54:56 +0000
(22:54 +0000)
lisp/gnus/pop3.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/pop3.el
b/lisp/gnus/pop3.el
index 99148388aa8a0280a1ea61b54d1e63d9e1a9df6e..0a182b47ca7e861c65506f55ece0cdeecdc84112 100644
(file)
--- a/
lisp/gnus/pop3.el
+++ b/
lisp/gnus/pop3.el
@@
-332,7
+332,7
@@
If NOW, use that time instead."
t (current-buffer) nil)
;; The meaningful output is the first 32 characters.
;; Don't return the newline that follows them!
- (buffer-substring
1 33
)))))
+ (buffer-substring
(point-min) (+ 32 (point-min))
)))))
(defun pop3-stat (process)
"Return the number of messages in the maildrop and the maildrop's size."